"橘色 白背景" shadcn/ui theme

high-contrast
vibrant
futuristic
bold-colors
neon
experimental
immersive
orange-theme
eye-catching
modern

Shadcn/ui Theme Css Variables

name: Neon Citruskeyword: 橘色 白背景 views: 2

:root {
  --background: 0 0% 100%;
  --foreground: 24 100% 50%;
  --card: 0 0% 100%;
  --card-foreground: 24 100% 50%;
  --popover: 0 0% 100%;
  --popover-foreground: 24 100% 50%;
  --primary: 24 100% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 60 100% 50%;
  --secondary-foreground: 0 0% 0%;
  --muted: 24 100% 90%;
  --muted-foreground: 24 100% 30%;
  --accent: 300 100% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 24 100% 80%;
  --input: 24 100% 80%;
  --ring: 24 100% 50%;
  --radius: 0.75rem;
  --chart-1: 24 100% 50%;
  --chart-2: 60 100% 50%;
  --chart-3: 300 100% 50%;
  --chart-4: 0 100% 50%;
  --chart-5: 24 100% 80%;
}